home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_419 / yacc / src.lzh / Src / RCS / acknowledgements,v next >
Text File  |  1990-07-14  |  985b  |  51 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.1
  10. date     90.07.14.18.54.49;  author loftus;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @     Berkeley Yacc owes much to the unflagging efforts of Keith Bostic.
  26. His badgering kept me working on it long after I was ready to quit.
  27.  
  28.      Berkeley Yacc is based on the excellent algorithm for computing LALR(1)
  29. lookaheads developed by Tom Pennello and Frank DeRemer.  The algorithm is
  30. described in their almost impenetrable article in TOPLAS 4,4.
  31.  
  32.      Finally, much of the credit for the latest version must go to those
  33. who pointed out deficiencies of my earlier releases.  Among the most
  34. prolific contributors were
  35.  
  36.       Benson I. Margulies
  37.       Dave Gentzel
  38.       Antoine Verheijen
  39.       Peter S. Housel
  40.       Dale Smith
  41.       Ozan Yigit
  42.       John Campbell
  43.       Bill Sommerfeld
  44.       Paul Hilfinger
  45.       Gary Bridgewater
  46.       Dave Bakken
  47.       Dan Lanciani
  48.       Richard Sargent
  49.       Parag Patel
  50. @
  51.